home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #13 / Skiva nr 13-1998 (Svart).iso / K-CS.dxr / Maanedlig_88_KProg6.ls < prev    next >
Encoding:
Text File  |  1998-11-04  |  220 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(3, "Knap")
  3. end
  4.  
  5. on mouseUp
  6.   if the platform = "Windows,32" then
  7.     baRunProgram("RealPlay\rp32_50.exe", "normal", 0)
  8.   else
  9.     baRunProgram("RealPlay\rp16_50.exe", "normal", 0)
  10.   end if
  11. end
  12.